home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / ANTENNA / AZPRJ104 / CONTROLD.PS < prev    next >
Text File  |  1996-08-18  |  1KB  |  33 lines

  1. %Controld.ps (C) Joseph Mack NA3T and Michael Katzman NV3Z, 1996
  2. % This file contains the ^D (the \004 or unix EOF) character
  3. %
  4. % Summary: concatenate controld.ps at the end of your Postscript files, 
  5. % when sending to a real Postscript printer.
  6. %
  7. % Explanation: A postscript file, when sent to a real Postscript printer
  8. % must be terminated by ^D to let the printer know that the
  9. % end of data has been reached and it can start calculating/printing.
  10. % If this char is not sent, then the printer will sit there till it
  11. % times out (could be a while).
  12. %
  13. % To print AZ_PROJ on a real Postscript printer,
  14. % you concatenate all the files you want printed,
  15. % with the controld.ps as the last file using an instruction like
  16. %
  17. % C:> copy az_ini.ps+az_proj.ps+grid.dat+n_amer.wdb+controld.ps big.ps
  18. %
  19. % You can then print big.ps on your real Postscript printer
  20. %
  21. % If you are sending big.ps to ghostcript, you do not need controld.ps
  22. % If you have usd ghostscript in what I call postscript mode
  23. % eg
  24. %
  25. % C:> type big.ps | gs - > c:\temp\error.out
  26. %
  27. % then the operating system will already have put an EOF 
  28. % appropriate for the machine onto big.ps and you won't have
  29. % to do anything special (ie controld.ps is not needed as
  30. % part of big.ps).
  31. %
  32. 
  33.